ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBoxGroupItem Class / C1ComboBoxGroupItem Constructor / C1ComboBoxGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
The group item.
The index of the group inside the collection of groups.

In This Topic
    C1ComboBoxGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
    In This Topic
    Initializes a new instance of the C1ComboBoxGroupItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal group As C1.DataCollection.IDataCollectionGroup(Of Object,Object), _
       ByVal dataIndex As Integer _
    )
    public C1ComboBoxGroupItem( 
       C1.DataCollection.IDataCollectionGroup<object,object> group,
       int dataIndex
    )

    Parameters

    group
    The group item.
    dataIndex
    The index of the group inside the collection of groups.
    See Also